home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 2611.ZIP / CLIPGR20.ZIP / README.1ST < prev   
Text File  |  1990-11-16  |  2KB  |  47 lines

  1. January 1991
  2.  
  3. This is the CLIPGRAF Graphics and Mouse library version 2.0
  4. Compressed to CLIPGR20.ZIP
  5. The included files are:
  6.  
  7.     CLIPGRAF.LIB        The library module
  8.     CLIPDEMO.PRG        Demo program showing some features
  9.     CLIPGRAF.TXT        Description of the library
  10.         CLIPVGA.PCX             Hires start up image
  11.         CLIPCGA.PCX             Lower res start up image
  12.     HERC.COM        Utility required to use the HERCULES card
  13.     README.1ST        This file
  14.  
  15.     After you compile clipdemo.prg, you can run it by calling it by 
  16. name, and the best graphics setting will be selected.  If you include a
  17. parameter, lets say 
  18.  
  19. C> clipdemo 13
  20.  
  21. then if possible, mode 13 (see clipgraf.txt) will be selected.  To use the
  22. HERCULES graphics (mode 8) you must run HERC.COM before hand.
  23.  
  24. Enjoy, Maurice J. Halmos.
  25.  
  26. Revisions
  27.  
  28. 1.2     Added new functions to save the images.
  29.         Added mouse functions.
  30.  
  31. 1.2A    Tried to prevent a user from making filled rectangle go off the screen.
  32.         When this happens, the computer would lockup.
  33.  
  34. 06/29/90
  35. 1.2B    Change of address in the opening screen.
  36.         Added g_col(), g_row(), g_xpos(), g_ypos() to get the text row col
  37.         or pixel position of the present cursor location.
  38.  
  39. 01/01/91
  40. 2.0    Added read and write PCX formatted image files capability.
  41.        Added additional routines to check video equipment and status.
  42.  
  43.  
  44.       Please feel free to distribute or upload the "zipped" files.  Do not
  45. change the content of the demo or explanations, however, you may add your own
  46. comments if desired, in a separate file.
  47.